Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Tue, 31 Jan 2023 13:21:16 +0000 (13:21 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Jan 2023 13:21:16 +0000 (13:21 +0000)
commitf162bea2b9af1feeaa825fcca8b1214cefebc4b6
tree937296f4956db273dfa5a3b2206355ed80e90a61
parent0e4e2858081feb606e0ff2a11ba7ec9f4b8e0532
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/compat/_optional.py
pandas/tests/groupby/aggregate/test_numba.py
pandas/tests/groupby/test_numba.py
pandas/tests/groupby/test_timegrouper.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py
pandas/tests/window/test_online.py